Converts color profile on a RawBitmap in place.
ConvertToColorProfileInPlace(If the RawBitmap has no color profile defined then this method will fail and return error code in the LastError property.
For in place convert then the structure needs to be same. For example you can convert from one RGB Color Profile to another RGB Color profile in place since both would have same byte structure. While you cannot convert from RGB Color profile to Gray in place as they would not have same byte structure. You can however convert such without doing it in place.